Make Shift-P and Shift-N activate typeahead in GtkTreeView (i.e. they are
authorFederico Mena Quintero <federico@novell.com>
Fri, 10 Mar 2006 17:16:50 +0000 (17:16 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Fri, 10 Mar 2006 17:16:50 +0000 (17:16 +0000)
commitbb7fd9549bc8e383269f16324d8d4c35edea125a
treee1a3a7ab296235073aba4da0989216f9f860fedd
parent3ac02d3215a2c82eb3b9279b0eb8ecb13c684b58
Make Shift-P and Shift-N activate typeahead in GtkTreeView (i.e. they are

2006-03-10  Federico Mena Quintero  <federico@novell.com>

Make Shift-P and Shift-N activate typeahead in GtkTreeView
(i.e. they are just normal capital letters).  Fixes bug #334098.

* gtk/gtktreeview.c (gtk_tree_view_add_move_binding): Add an
"add_shifted_binding" argument which determines whether we'll add
the same binding with GDK_SHIFT_MASK.
(gtk_tree_view_class_init): Use add_shifted_binding=FALSE for GDK_p
and GDK_n; use TRUE for all the rest.
ChangeLog
ChangeLog.pre-2-10
gtk/gtktreeview.c